home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / pgp2.lha / config.txt < prev    next >
Encoding:
Text File  |  1992-10-11  |  3.5 KB  |  93 lines

  1. # Sample config.txt file for PGP 2.0.
  2. # Blank lines are ignored, as is anything following a '#'.
  3. # Keywords are not case-sensitive.
  4.  
  5. # MyName is substring of default user ID for secret key to make signatures.
  6. # If not set, PGP will use the first key on your secret keyring (the last
  7. # key you created) if you don't specify the user with -u
  8. # MyName = "Bullwinkel"
  9.  
  10. # The language we will be using for displaying messages to the user.
  11. #
  12. # Available languages:
  13. #   en = English (default), es = Spanish, fr = French,
  14. #   de = German, nl = Dutch, it = Italian, esp = Esperanto,
  15. #   lv = Latvian, lt3 = Lithuanian, ru = Russian
  16. #
  17. # Languages not yet available:
  18. #   fi = Finnish, hu = Hungarian, no = Norwegian, pt = Portugese,
  19. #   sv = Swedish, da = Danish, is = Icelandic,
  20. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  21. #   el = Greek, tr = Turkish, ja = Japanese
  22. #
  23. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  24. # Representation of Names of Languages"
  25. #
  26. Language = en
  27.  
  28. # Character set for displaying messages and for conversion of text files.
  29. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  30. # character set conversions if TextMode = on or if you specify the -t
  31. # option when encrypting or signing a file.
  32. #
  33. # Available character sets:
  34. #   latin1, cp850, alt_codes, koi8, ascii
  35. #
  36. # For MSDOS with a standard character set you should use cp850 to get
  37. # correct character translations.  Russian character sets for MSDOS are
  38. # usually alt_codes.
  39. #
  40. # The default for CharSet is "noconv" which means no character conversion.
  41. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  42. #
  43. # CharSet = cp850
  44.  
  45. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  46. # TMP = "e:\"      # Can be overridden by environment variable TMP
  47.  
  48. # Pager is the file viewing program used for viewing messages with -m
  49. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  50. # in config.txt will override the environment variable PAGER.
  51. #jPager = "list"
  52. PAGER = more
  53.  
  54. # ArmorLines is the maximum number of lines per packet when creating a
  55. # transport armored file.  Set to 0 to disable splitting in parts.
  56. Armorlines = 720
  57.  
  58. # Default flags to set...
  59.  
  60. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  61. # TextMode = on       # Attempt to use -t option where applicable
  62. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  63. # verbose = on          # verbose diagnostic messages
  64. # compress = off      # off means suppress compression to aid debugging
  65. # showpass = on       # Echo password when user types it
  66.  
  67.  
  68. # BakRing is the path to a backup copy of your secret keyring, usually
  69. # on floppy disk.  Your secret keys will be compared with the backup copy
  70. # when doing a keyring check (pgp -kc)
  71. # BakRing = "a:\secring.pgp"
  72.  
  73. # Number of completely trusted signatures needed to make a key valid.
  74. Completes_Needed = 1
  75.  
  76. # Number of marginally trusted signatures needed to make a key valid.
  77. Marginals_Needed = 2
  78.  
  79. # How many levels of introducers may introduce other introducers.
  80. Cert_Depth = 4
  81.  
  82.  
  83. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  84. # Since MSDOS assumes local time is US Pacific time, and pre-corrects
  85. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado,
  86. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.
  87. # However, if your MSDOS environmental variable TZ is properly defined
  88. # for your timezone, you can leave TZFix=0.  Unix systems probably
  89. # shouldn't need to worry about setting TZFix.
  90. # TZFix = 0
  91.  
  92.  
  93.